FHIR © HL7.org  |  Server Home  |  FHIR Server FHIR Server 3.4.11  |  FHIR Version n/a  User: [n/a]

Resource StructureDefinition/FHIR Server from package ca.on.oh.corhealth#0.2.0-beta (78 ms)

Package ca.on.oh.corhealth
Type StructureDefinition
Id Id
FHIR Version R4
Source https://simplifier.net/resolve?scope=ca.on.oh.corhealth@0.2.0-beta&canonical=https://corhealth-ontario.ca/fhir/StructureDefinition/corhealth-procedure
Url https://corhealth-ontario.ca/fhir/StructureDefinition/corhealth-procedure
Status active
Name CorHealthProcedure
Title CorHealth Procedure
Experimental False
Realm ca
Description CorHealth Procedure
Type Procedure
Kind resource

Resources that use this resource

CapabilityStatement
https://corhealth-ontario.ca/fhir/CapabilityStatement/corhealth-CapabilityStatement-Consumer CorHealth FHIR Capability Statement
https://corhealth-ontario.ca/fhir/CapabilityStatement/corhealth-CapabilityStatement-Repository CorHealth FHIR Capability Statement

Resources that this resource uses

StructureDefinition
https://corhealth-ontario.ca/fhir/StructureDefinition/corhealth-diagnosticreport-procedure CorHealth DiagnosticReport Procedure
https://corhealth-ontario.ca/fhir/StructureDefinition/corhealth-patient CorHealth Patient
https://corhealth-ontario.ca/fhir/StructureDefinition/corhealth-practitioner CorHealth Practitioner
https://corhealth-ontario.ca/fhir/StructureDefinition/corhealth-servicerequest CorHealth ServiceRequest
https://corhealth-ontario.ca/fhir/ValueSet/CorHealth114ProcedureVS Procedure
https://corhealth-ontario.ca/fhir/ValueSet/CorHealth116AccessSiteVS Access Site
https://corhealth-ontario.ca/fhir/ValueSet/CorHealthPerformerRoleVS Performer Role


Source

{
  "resourceType" : "StructureDefinition",
  "id" : "corhealth-procedure",
  "url" : "https://corhealth-ontario.ca/fhir/StructureDefinition/corhealth-procedure",
  "name" : "CorHealthProcedure",
  "title" : "CorHealth Procedure",
  "status" : "active",
  "description" : "CorHealth Procedure",
  "fhirVersion" : "4.0.1",
  "kind" : "resource",
  "abstract" : false,
  "type" : "Procedure",
  "baseDefinition" : "http://hl7.org/fhir/StructureDefinition/Procedure",
  "derivation" : "constraint",
  "differential" : {
    "element" : [
      {
        "id" : "Procedure.identifier",
        "path" : "Procedure.identifier",
        "min" : 1
      },
      {
        "id" : "Procedure.identifier.system",
        "path" : "Procedure.identifier.system",
        "min" : 1,
        "patternUri" : "https://corhealth-ontario.ca/fhir/NamingSystem/procedure-order-id"
      },
      {
        "id" : "Procedure.identifier.value",
        "path" : "Procedure.identifier.value",
        "min" : 1
      },
      {
        "id" : "Procedure.basedOn",
        "path" : "Procedure.basedOn",
        "min" : 1,
        "max" : "1",
        "type" : [
          {
            "code" : "Reference",
            "targetProfile" : [
              "https://corhealth-ontario.ca/fhir/StructureDefinition/corhealth-servicerequest"
            ]
          }
        ],
        "mustSupport" : true
      },
      {
        "id" : "Procedure.status",
        "path" : "Procedure.status",
        "short" : "Field ID: 115. Procedure Status: not-done | completed",
        "mustSupport" : true
      },
      {
        "id" : "Procedure.code",
        "path" : "Procedure.code",
        "short" : "Field ID: 114. Procedure",
        "mustSupport" : true,
        "binding" : {
          "strength" : "required",
          "valueSet" : "https://corhealth-ontario.ca/fhir/ValueSet/CorHealth114ProcedureVS"
        }
      },
      {
        "id" : "Procedure.subject",
        "path" : "Procedure.subject",
        "type" : [
          {
            "code" : "Reference",
            "targetProfile" : [
              "https://corhealth-ontario.ca/fhir/StructureDefinition/corhealth-patient"
            ]
          }
        ],
        "mustSupport" : true
      },
      {
        "id" : "Procedure.performer",
        "path" : "Procedure.performer",
        "slicing" : {
          "discriminator" : [
            {
              "type" : "pattern",
              "path" : "function"
            }
          ],
          "rules" : "open",
          "description" : "Slice based on function pattern"
        },
        "mustSupport" : true
      },
      {
        "id" : "Procedure.performer.function",
        "path" : "Procedure.performer.function",
        "min" : 1,
        "mustSupport" : true,
        "binding" : {
          "strength" : "required",
          "valueSet" : "https://corhealth-ontario.ca/fhir/ValueSet/CorHealthPerformerRoleVS"
        }
      },
      {
        "id" : "Procedure.performer.actor",
        "path" : "Procedure.performer.actor",
        "type" : [
          {
            "code" : "Reference",
            "targetProfile" : [
              "https://corhealth-ontario.ca/fhir/StructureDefinition/corhealth-practitioner"
            ]
          }
        ],
        "mustSupport" : true
      },
      {
        "id" : "Procedure.performer:treating",
        "path" : "Procedure.performer",
        "sliceName" : "treating",
        "short" : "Field ID: 157. Treating Health Care Professional",
        "min" : 0,
        "max" : "1",
        "mustSupport" : true
      },
      {
        "id" : "Procedure.performer:treating.function",
        "path" : "Procedure.performer.function",
        "patternCodeableConcept" : {
          "coding" : [
            {
              "code" : "T1",
              "system" : "https://corhealth-ontario.ca/fhir/CodeSystem/CorHealthPerformerRoleCS",
              "display" : "Treating Health Care Professional"
            }
          ]
        }
      },
      {
        "id" : "Procedure.performer:secondTreating",
        "path" : "Procedure.performer",
        "sliceName" : "secondTreating",
        "short" : "Field ID: 158. Second Treating Health Care Professional",
        "min" : 0,
        "max" : "1",
        "mustSupport" : true
      },
      {
        "id" : "Procedure.performer:secondTreating.function",
        "path" : "Procedure.performer.function",
        "patternCodeableConcept" : {
          "coding" : [
            {
              "code" : "T2",
              "system" : "https://corhealth-ontario.ca/fhir/CodeSystem/CorHealthPerformerRoleCS",
              "display" : "Second Treating Health Care Professional"
            }
          ]
        }
      },
      {
        "id" : "Procedure.bodySite",
        "path" : "Procedure.bodySite",
        "short" : "Field ID: 116. Access Site",
        "mustSupport" : true,
        "binding" : {
          "strength" : "required",
          "valueSet" : "https://corhealth-ontario.ca/fhir/ValueSet/CorHealth116AccessSiteVS"
        }
      },
      {
        "id" : "Procedure.report",
        "path" : "Procedure.report",
        "type" : [
          {
            "code" : "Reference",
            "targetProfile" : [
              "https://corhealth-ontario.ca/fhir/StructureDefinition/corhealth-diagnosticreport-procedure"
            ]
          }
        ],
        "mustSupport" : true
      }
    ]
  },
  "text" : {
  }
}

XIG built as of ??metadata-date??. Found ??metadata-resources?? resources in ??metadata-packages?? packages.